projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c49d8c
)
Change new-frame to make-frame.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 6 May 1994 20:29:42 +0000
(20:29 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 6 May 1994 20:29:42 +0000
(20:29 +0000)
lisp/emacs-lisp/lucid.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lucid.el
b/lisp/emacs-lisp/lucid.el
index 1334505a62b7c8cf8d0f3dbac1e4d375e039ad39..3e49309cb4ac1bbeb0adbc41c6fb56bb1b36fe1e 100644
(file)
--- a/
lisp/emacs-lisp/lucid.el
+++ b/
lisp/emacs-lisp/lucid.el
@@
-179,7
+179,7
@@
bottom of the buffer stack."
(defalias 'visible-screen-list 'visible-frame-list)
(defalias 'window-screen 'window-frame)
(defalias 'x-create-screen 'x-create-frame)
-(defalias 'x-new-screen '
new
-frame)
+(defalias 'x-new-screen '
make
-frame)
(provide 'lucid)